home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / pshdir1a.zip / PUSHDIR.TXT < prev   
Text File  |  1988-12-23  |  1KB  |  27 lines

  1.                     PUSHDIR Enhancements                            
  2.                    12/22/88    
  3.  
  4. There are at least 2 variations of PUSHDIR on the 'boards', both of 
  5. which are said to be version 1.0.  One will merely push the current
  6. drive and directory onto a stack, the other will also call the DOS 
  7. function to issue a CHDIR if there is a command line parameter. However,
  8. if the parameter refers to a directory on a drive other than the current
  9. default drive it will not switch you to that drive.
  10.  
  11. I have taken the 'original' source from PC Magazine (which merely stacks
  12. the current directory) and added the CHDIR function and the select default
  13. drive function when there is a command line parameter.  I have called this
  14. version 1.a to distinguish it from the others.
  15.  
  16. Example:
  17.  
  18.     C:\>pushdir d:\user1
  19.     D:\USER1>           (In 1.0 you would still be on C:\>)
  20.     D:\USER1>popdir
  21.     C:\>
  22.  
  23. I hope these changes are of use to you.
  24.  
  25. Happy New Year! from Mike Williams in beautiful 'downtown' Burtonsville, MD..
  26.                        
  27.